Remove unnecessary cons in function-type property
authorAndrea Corallo <acorallo@gnu.org>
Sun, 5 May 2024 21:39:01 +0000 (23:39 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Sun, 5 May 2024 21:58:31 +0000 (23:58 +0200)
commitf920959ac98afa8f8eb142abe94bec276fa7a2b7
treec7031a0438958adf15d50734fb40288070756154
parent77f87d4b489fcb332fc3d8d3d4a8080e7e1818fd
Remove unnecessary cons in function-type property

* lisp/emacs-lisp/comp-common.el (comp-function-type-spec): Remove
unnecessary car.
* lisp/emacs-lisp/comp.el (comp--intern-func-in-ctxt): Likewise.
* lisp/emacs-lisp/byte-run.el (byte-run--set-function-type): Update
lambda list.
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/comp-common.el
lisp/emacs-lisp/comp.el